func os.readlinkat

3 uses

	os (current package)
		root_openat.go#L181: 		return readlinkat(parent, name)
		root_unix.go#L273: 	link, err := readlinkat(parent, name)
		root_unix.go#L280: func readlinkat(fd int, name string) (string, error) {